func runtime.mapclone2

2 uses

	runtime (current package)
		map.go#L1618: 	e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
		map.go#L1675: func mapclone2(t *maptype, src *hmap) *hmap {